Html Css Color HEX #CDFE05 Electric Lime

📋 copy color: '#CDFE05'

red 205 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #CDFE05

Tints of Electric Lime #CDFE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 44.18%
G = 54.74%
B = 1.08%

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

#CDFE05 (or 0xCDFE05) is known color: Electric Lime. HEX triplet: CD, FE and 05. RGB value is (205,254,5). Sum of RGB (Red+Green+Blue) = 205+254+5=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE05 is #3201FA. Grayscale: #D3D3D3. Windows color (decimal): -3277307 or 392909. OLE color: 392909.

HSL color Cylindrical-coordinate representation of color #CDFE05: hue angle of 71.81º 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 #CDFE05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 5 -
CMYK 0.19 0 0.98 0.00
HSL 71.81º 0.99% 0.51% -
HSV(B) 71.81º 0.98% 1% -
XYZ 60.65 83.87 13.14 -
YUV 210.96 11.77 123.75 -
System Red Green Blue C M Y K H S L
Decimal 205 254 5 0.19 0 0.98 0.00 71.81 0.99 0.51
Hex CD FE 5 13 0 62 0 48 63 33
Octal 315 376 5 23 0 142 0 110 143 63
Binary 11001101 11111110 101 10011 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CDFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE05

Black with #CDFE05

Text Example


Text Example

White with #CDFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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