Html Css Color HEX #CDFE04 Electric Lime

📋 copy color: '#CDFE04'

red 205 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #CDFE04

Tints of Electric Lime #CDFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.86%

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

R = 44.28%
G = 54.86%
B = 0.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CDFE04 (or 0xCDFE04) is known color: Electric Lime. HEX triplet: CD, FE and 04. RGB value is (205,254,4). Sum of RGB (Red+Green+Blue) = 205+254+4=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE04 is #3201FB. Grayscale: #D3D3D3. Windows color (decimal): -3277308 or 327373. OLE color: 327373.

HSL color Cylindrical-coordinate representation of color #CDFE04: hue angle of 71.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDFE04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 4 -
CMYK 0.19 0 0.98 0.00
HSL 71.76º 0.99% 0.51% -
HSV(B) 71.76º 0.98% 1% -
XYZ 60.64 83.87 13.11 -
YUV 210.85 11.27 123.83 -
System Red Green Blue C M Y K H S L
Decimal 205 254 4 0.19 0 0.98 0.00 71.76 0.99 0.51
Hex CD FE 4 13 0 62 0 48 63 33
Octal 315 376 4 23 0 142 0 110 143 63
Binary 11001101 11111110 100 10011 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CDFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE04

Black with #CDFE04

Text Example


Text Example

White with #CDFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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