Html Css Color HEX #CBFA1D Electric Lime

📋 copy color: '#CBFA1D'

red 203 ◦ green 250 ◦ blue 29

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

Shades of Electric Lime #CBFA1D

Tints of Electric Lime #CBFA1D

RGB

 RED value IS 203 (79.69% from 255) = 42.12%

 GREEN value IS 250 (98.05% from 255) = 51.87%

 BLUE value IS 29 (11.72% from 255) = 6.02%

R = 42.12%
G = 51.87%
B = 6.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#CBFA1D (or 0xCBFA1D) is known color: Electric Lime. HEX triplet: CB, FA and 1D. RGB value is (203,250,29). Sum of RGB (Red+Green+Blue) = 203+250+29=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFA1D is #3405E2. Grayscale: #D3D3D3. Windows color (decimal): -3409379 or 1964747. OLE color: 1964747.

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

Color convert

RGB 203 250 29 -
CMYK 0.19 0 0.88 0.02
HSL 72.76º 0.96% 0.55% -
HSV(B) 72.76º 0.88% 0.98% -
XYZ 59.04 81.16 13.72 -
YUV 210.75 25.43 122.47 -
System Red Green Blue C M Y K H S L
Decimal 203 250 29 0.19 0 0.88 0.02 72.76 0.96 0.55
Hex CB FA 1D 13 0 58 2 49 60 37
Octal 313 372 35 23 0 130 2 111 140 67
Binary 11001011 11111010 11101 10011 0 1011000 10 1001001 1100000 110111

Color Harmonies of #CBFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFA1D

Black with #CBFA1D

Text Example


Text Example

White with #CBFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFA1D; }

 p { color: rgb(203,250,29); }

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

background-color css

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

 a { background-color: rgb(203,250,29); }

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

border-color css

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

 span { border-color: rgb(203,250,29); }

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