Html Css Color HEX #CBE60A Electric Lime

📋 copy color: '#CBE60A'

red 203 ◦ green 230 ◦ blue 10

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

Shades of Electric Lime #CBE60A

Tints of Electric Lime #CBE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.92%

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

R = 45.82%
G = 51.92%
B = 2.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CBE60A (or 0xCBE60A) is known color: Electric Lime. HEX triplet: CB, E6 and 0A. RGB value is (203,230,10). Sum of RGB (Red+Green+Blue) = 203+230+10=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE60A is #3419F5. Grayscale: #C5C5C5. Windows color (decimal): -3414518 or 714443. OLE color: 714443.

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

Color convert

RGB 203 230 10 -
CMYK 0.12 0 0.96 0.10
HSL 67.36º 0.92% 0.47% -
HSV(B) 67.36º 0.96% 0.9% -
XYZ 52.98 69.31 10.87 -
YUV 196.85 22.55 132.39 -
System Red Green Blue C M Y K H S L
Decimal 203 230 10 0.12 0 0.96 0.10 67.36 0.92 0.47
Hex CB E6 A C 0 60 A 43 5C 2F
Octal 313 346 12 14 0 140 12 103 134 57
Binary 11001011 11100110 1010 1100 0 1100000 1010 1000011 1011100 101111

Color Harmonies of #CBE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE60A

Black with #CBE60A

Text Example


Text Example

White with #CBE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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