Html Css Color HEX #CBFA0A Electric Lime

📋 copy color: '#CBFA0A'

red 203 ◦ green 250 ◦ blue 10

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

Shades of Electric Lime #CBFA0A

Tints of Electric Lime #CBFA0A

RGB

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

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

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

R = 43.84%
G = 54%
B = 2.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#CBFA0A (or 0xCBFA0A) is known color: Electric Lime. HEX triplet: CB, FA and 0A. RGB value is (203,250,10). Sum of RGB (Red+Green+Blue) = 203+250+10=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFA0A is #3405F5. Grayscale: #D1D1D1. Windows color (decimal): -3409398 or 719563. OLE color: 719563.

HSL color Cylindrical-coordinate representation of color #CBFA0A: hue angle of 71.75º degrees, saturation: 0.96, 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 #CBFA0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 250 10 -
CMYK 0.19 0 0.96 0.02
HSL 71.75º 0.96% 0.51% -
HSV(B) 71.75º 0.96% 0.98% -
XYZ 58.87 81.09 12.84 -
YUV 208.59 15.93 124.01 -
System Red Green Blue C M Y K H S L
Decimal 203 250 10 0.19 0 0.96 0.02 71.75 0.96 0.51
Hex CB FA A 13 0 60 2 48 60 33
Octal 313 372 12 23 0 140 2 110 140 63
Binary 11001011 11111010 1010 10011 0 1100000 10 1001000 1100000 110011

Color Harmonies of #CBFA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFA0A

Black with #CBFA0A

Text Example


Text Example

White with #CBFA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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