Html Css Color HEX #CDFF04 Electric Lime

📋 copy color: '#CDFF04'

red 205 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #CDFF04

Tints of Electric Lime #CDFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 54.96%

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

R = 44.18%
G = 54.96%
B = 0.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CDFF04 (or 0xCDFF04) is known color: Electric Lime. HEX triplet: CD, FF and 04. RGB value is (205,255,4). Sum of RGB (Red+Green+Blue) = 205+255+4=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF04 is #3200FB. Grayscale: #D4D4D4. Windows color (decimal): -3277052 or 327629. OLE color: 327629.

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

Color convert

RGB 205 255 4 -
CMYK 0.20 0 0.98 0
HSL 71.95º 1% 0.51% -
HSV(B) 71.95º 0.98% 1% -
XYZ 60.96 84.51 13.21 -
YUV 211.44 10.94 123.41 -
System Red Green Blue C M Y K H S L
Decimal 205 255 4 0.20 0 0.98 0 71.95 1 0.51
Hex CD FF 4 14 0 62 0 48 64 33
Octal 315 377 4 24 0 142 0 110 144 63
Binary 11001101 11111111 100 10100 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CDFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF04

Black with #CDFF04

Text Example


Text Example

White with #CDFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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