Html Css Color HEX #23CD2D Lime Green

📋 copy color: '#23CD2D'

red 35 ◦ green 205 ◦ blue 45

#23CD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #23CD2D

Tints of Lime Green #23CD2D

RGB

 RED value IS 35 (14.06% from 255) = 12.28%

 GREEN value IS 205 (80.47% from 255) = 71.93%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 12.28%
G = 71.93%
B = 15.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23CD2D (or 0x23CD2D) is known color: Lime Green. HEX triplet: 23, CD and 2D. RGB value is (35,205,45). Sum of RGB (Red+Green+Blue) = 35+205+45=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD2D is #DC32D2. Grayscale: #888888. Windows color (decimal): -14430931 or 3001635. OLE color: 3001635.

HSL color Cylindrical-coordinate representation of color #23CD2D: hue angle of 123.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CD2D is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 205 45 -
CMYK 0.83 0 0.78 0.20
HSL 123.53º 0.71% 0.47% -
HSV(B) 123.53º 0.83% 0.8% -
XYZ 23 44.21 9.8 -
YUV 135.93 76.68 56.01 -
System Red Green Blue C M Y K H S L
Decimal 35 205 45 0.83 0 0.78 0.20 123.53 0.71 0.47
Hex 23 CD 2D 53 0 4E 14 7C 47 2F
Octal 43 315 55 123 0 116 24 174 107 57
Binary 100011 11001101 101101 1010011 0 1001110 10100 1111100 1000111 101111

Color Harmonies of #23CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CD2D

Black with #23CD2D

Text Example


Text Example

White with #23CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23CD2D; }

 p { color: rgb(35,205,45); }

 H1.HeaderClassName
 {
   color: #23CD2D;
 }
 .AnyTagClassName
 {
   color: #23CD2D;
 }
</style>

background-color css

<style>
 a { background-color: #23CD2D; }

 a { background-color: rgb(35,205,45); }

 div.DivClassName
 {
   background-color: #23CD2D;
 }
 .BgClassName
 {
   background-color: #23CD2D;
 }
</style>

border-color css

<style>
 span { border-color: #23CD2D; }

 span { border-color: rgb(35,205,45); }

 td.TdClassName
 {
   border-color: #23CD2D;
 }
 .TagClassName
 {
   border-color: #23CD2D;
 }
</style>