Html Css Color HEX #CDFB04 Electric Lime

📋 copy color: '#CDFB04'

red 205 ◦ green 251 ◦ blue 4

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

Shades of Electric Lime #CDFB04

Tints of Electric Lime #CDFB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.57%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 44.57%
G = 54.57%
B = 0.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CDFB04 (or 0xCDFB04) is known color: Electric Lime. HEX triplet: CD, FB and 04. RGB value is (205,251,4). Sum of RGB (Red+Green+Blue) = 205+251+4=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB04 is #3204FB. Grayscale: #D2D2D2. Windows color (decimal): -3278076 or 326605. OLE color: 326605.

HSL color Cylindrical-coordinate representation of color #CDFB04: hue angle of 71.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDFB04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 251 4 -
CMYK 0.18 0 0.98 0.02
HSL 71.17º 0.97% 0.5% -
HSV(B) 71.17º 0.98% 0.98% -
XYZ 59.7 81.98 12.79 -
YUV 209.09 12.26 125.08 -
System Red Green Blue C M Y K H S L
Decimal 205 251 4 0.18 0 0.98 0.02 71.17 0.97 0.5
Hex CD FB 4 12 0 62 2 47 61 32
Octal 315 373 4 22 0 142 2 107 141 62
Binary 11001101 11111011 100 10010 0 1100010 10 1000111 1100001 110010

Color Harmonies of #CDFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB04

Black with #CDFB04

Text Example


Text Example

White with #CDFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB04; }

 p { color: rgb(205,251,4); }

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

background-color css

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

 a { background-color: rgb(205,251,4); }

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

border-color css

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

 span { border-color: rgb(205,251,4); }

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