Html Css Color HEX #CDFB0A Electric Lime

📋 copy color: '#CDFB0A'

red 205 ◦ green 251 ◦ blue 10

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

Shades of Electric Lime #CDFB0A

Tints of Electric Lime #CDFB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 43.99%
G = 53.86%
B = 2.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#CDFB0A (or 0xCDFB0A) is known color: Electric Lime. HEX triplet: CD, FB and 0A. RGB value is (205,251,10). Sum of RGB (Red+Green+Blue) = 205+251+10=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB0A is #3204F5. Grayscale: #D2D2D2. Windows color (decimal): -3278070 or 719821. OLE color: 719821.

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

Color convert

RGB 205 251 10 -
CMYK 0.18 0 0.96 0.02
HSL 71.45º 0.97% 0.51% -
HSV(B) 71.45º 0.96% 0.98% -
XYZ 59.73 82 12.97 -
YUV 209.77 15.26 124.6 -
System Red Green Blue C M Y K H S L
Decimal 205 251 10 0.18 0 0.96 0.02 71.45 0.97 0.51
Hex CD FB A 12 0 60 2 47 61 33
Octal 315 373 12 22 0 140 2 107 141 63
Binary 11001101 11111011 1010 10010 0 1100000 10 1000111 1100001 110011

Color Harmonies of #CDFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB0A

Black with #CDFB0A

Text Example


Text Example

White with #CDFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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