Html Css Color HEX #CDF118 Electric Lime

📋 copy color: '#CDF118'

red 205 ◦ green 241 ◦ blue 24

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

Shades of Electric Lime #CDF118

Tints of Electric Lime #CDF118

RGB

 RED value IS 205 (80.47% from 255) = 43.62%

 GREEN value IS 241 (94.53% from 255) = 51.28%

 BLUE value IS 24 (9.77% from 255) = 5.11%

R = 43.62%
G = 51.28%
B = 5.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CDF118 (or 0xCDF118) is known color: Electric Lime. HEX triplet: CD, F1 and 18. RGB value is (205,241,24). Sum of RGB (Red+Green+Blue) = 205+241+24=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF118 is #320EE7. Grayscale: #CECECE. Windows color (decimal): -3280616 or 1634765. OLE color: 1634765.

HSL color Cylindrical-coordinate representation of color #CDF118: hue angle of 69.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF118 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 24 -
CMYK 0.15 0 0.90 0.05
HSL 69.95º 0.89% 0.52% -
HSV(B) 69.95º 0.9% 0.95% -
XYZ 56.8 75.96 12.53 -
YUV 205.5 25.57 127.64 -
System Red Green Blue C M Y K H S L
Decimal 205 241 24 0.15 0 0.90 0.05 69.95 0.89 0.52
Hex CD F1 18 F 0 5A 5 46 59 34
Octal 315 361 30 17 0 132 5 106 131 64
Binary 11001101 11110001 11000 1111 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CDF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF118

Black with #CDF118

Text Example


Text Example

White with #CDF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF118; }

 p { color: rgb(205,241,24); }

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

background-color css

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

 a { background-color: rgb(205,241,24); }

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

border-color css

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

 span { border-color: rgb(205,241,24); }

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