Html Css Color HEX #23CD1E Lime Green

📋 copy color: '#23CD1E'

red 35 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #23CD1E

Tints of Lime Green #23CD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 12.96%
G = 75.93%
B = 11.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#23CD1E (or 0x23CD1E) is known color: Lime Green. HEX triplet: 23, CD and 1E. RGB value is (35,205,30). Sum of RGB (Red+Green+Blue) = 35+205+30=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD1E is #DC32E1. Grayscale: #868686. Windows color (decimal): -14430946 or 2018595. OLE color: 2018595.

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

Color convert

RGB 35 205 30 -
CMYK 0.83 0 0.85 0.20
HSL 118.29º 0.74% 0.46% -
HSV(B) 118.29º 0.85% 0.8% -
XYZ 22.76 44.11 8.54 -
YUV 134.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 35 205 30 0.83 0 0.85 0.20 118.29 0.74 0.46
Hex 23 CD 1E 53 0 55 14 76 4A 2E
Octal 43 315 36 123 0 125 24 166 112 56
Binary 100011 11001101 11110 1010011 0 1010101 10100 1110110 1001010 101110

Color Harmonies of #23CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CD1E

Black with #23CD1E

Text Example


Text Example

White with #23CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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