Html Css Color HEX #CDFC05 Electric Lime

📋 copy color: '#CDFC05'

red 205 ◦ green 252 ◦ blue 5

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

Shades of Electric Lime #CDFC05

Tints of Electric Lime #CDFC05

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.55%

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

R = 44.37%
G = 54.55%
B = 1.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CDFC05 (or 0xCDFC05) is known color: Electric Lime. HEX triplet: CD, FC and 05. RGB value is (205,252,5). Sum of RGB (Red+Green+Blue) = 205+252+5=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC05 is #3203FA. Grayscale: #D2D2D2. Windows color (decimal): -3277819 or 392397. OLE color: 392397.

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

Color convert

RGB 205 252 5 -
CMYK 0.19 0 0.98 0.01
HSL 71.42º 0.98% 0.5% -
HSV(B) 71.42º 0.98% 0.99% -
XYZ 60.01 82.61 12.93 -
YUV 209.79 12.43 124.58 -
System Red Green Blue C M Y K H S L
Decimal 205 252 5 0.19 0 0.98 0.01 71.42 0.98 0.5
Hex CD FC 5 13 0 62 1 47 62 32
Octal 315 374 5 23 0 142 1 107 142 62
Binary 11001101 11111100 101 10011 0 1100010 1 1000111 1100010 110010

Color Harmonies of #CDFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFC05

Black with #CDFC05

Text Example


Text Example

White with #CDFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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