Html Css Color HEX #CBE40A Electric Lime

📋 copy color: '#CBE40A'

red 203 ◦ green 228 ◦ blue 10

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

Shades of Electric Lime #CBE40A

Tints of Electric Lime #CBE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.7%

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

R = 46.03%
G = 51.7%
B = 2.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CBE40A (or 0xCBE40A) is known color: Electric Lime. HEX triplet: CB, E4 and 0A. RGB value is (203,228,10). Sum of RGB (Red+Green+Blue) = 203+228+10=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE40A is #341BF5. Grayscale: #C4C4C4. Windows color (decimal): -3415030 or 713931. OLE color: 713931.

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

Color convert

RGB 203 228 10 -
CMYK 0.11 0 0.96 0.11
HSL 66.88º 0.92% 0.47% -
HSV(B) 66.88º 0.96% 0.89% -
XYZ 52.43 68.21 10.69 -
YUV 195.67 23.22 133.23 -
System Red Green Blue C M Y K H S L
Decimal 203 228 10 0.11 0 0.96 0.11 66.88 0.92 0.47
Hex CB E4 A B 0 60 B 43 5C 2F
Octal 313 344 12 13 0 140 13 103 134 57
Binary 11001011 11100100 1010 1011 0 1100000 1011 1000011 1011100 101111

Color Harmonies of #CBE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE40A

Black with #CBE40A

Text Example


Text Example

White with #CBE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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