Html Css Color HEX #CBEA0A Electric Lime

📋 copy color: '#CBEA0A'

red 203 ◦ green 234 ◦ blue 10

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

Shades of Electric Lime #CBEA0A

Tints of Electric Lime #CBEA0A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

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

R = 45.41%
G = 52.35%
B = 2.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#CBEA0A (or 0xCBEA0A) is known color: Electric Lime. HEX triplet: CB, EA and 0A. RGB value is (203,234,10). Sum of RGB (Red+Green+Blue) = 203+234+10=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA0A is #3415F5. Grayscale: #C8C8C8. Windows color (decimal): -3413494 or 715467. OLE color: 715467.

HSL color Cylindrical-coordinate representation of color #CBEA0A: hue angle of 68.3º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBEA0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 10 -
CMYK 0.13 0 0.96 0.08
HSL 68.3º 0.92% 0.48% -
HSV(B) 68.3º 0.96% 0.92% -
XYZ 54.11 71.56 11.25 -
YUV 199.2 21.23 130.71 -
System Red Green Blue C M Y K H S L
Decimal 203 234 10 0.13 0 0.96 0.08 68.3 0.92 0.48
Hex CB EA A D 0 60 8 44 5C 30
Octal 313 352 12 15 0 140 10 104 134 60
Binary 11001011 11101010 1010 1101 0 1100000 1000 1000100 1011100 110000

Color Harmonies of #CBEA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA0A

Black with #CBEA0A

Text Example


Text Example

White with #CBEA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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