Html Css Color HEX #CDFB1A Electric Lime

📋 copy color: '#CDFB1A'

red 205 ◦ green 251 ◦ blue 26

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

Shades of Electric Lime #CDFB1A

Tints of Electric Lime #CDFB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 42.53%
G = 52.07%
B = 5.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CDFB1A (or 0xCDFB1A) is known color: Electric Lime. HEX triplet: CD, FB and 1A. RGB value is (205,251,26). Sum of RGB (Red+Green+Blue) = 205+251+26=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFB1A is #3204E5. Grayscale: #D4D4D4. Windows color (decimal): -3278054 or 1768397. OLE color: 1768397.

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

Color convert

RGB 205 251 26 -
CMYK 0.18 0 0.90 0.02
HSL 72.27º 0.97% 0.54% -
HSV(B) 72.27º 0.9% 0.98% -
XYZ 59.86 82.05 13.66 -
YUV 211.6 23.26 123.3 -
System Red Green Blue C M Y K H S L
Decimal 205 251 26 0.18 0 0.90 0.02 72.27 0.97 0.54
Hex CD FB 1A 12 0 5A 2 48 61 36
Octal 315 373 32 22 0 132 2 110 141 66
Binary 11001101 11111011 11010 10010 0 1011010 10 1001000 1100001 110110

Color Harmonies of #CDFB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB1A

Black with #CDFB1A

Text Example


Text Example

White with #CDFB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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