Html Css Color HEX #CBE706 Electric Lime

📋 copy color: '#CBE706'

red 203 ◦ green 231 ◦ blue 6

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

Shades of Electric Lime #CBE706

Tints of Electric Lime #CBE706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.5%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 46.14%
G = 52.5%
B = 1.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CBE706 (or 0xCBE706) is known color: Electric Lime. HEX triplet: CB, E7 and 06. RGB value is (203,231,6). Sum of RGB (Red+Green+Blue) = 203+231+6=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE706 is #3418F9. Grayscale: #C5C5C5. Windows color (decimal): -3414266 or 452555. OLE color: 452555.

HSL color Cylindrical-coordinate representation of color #CBE706: hue angle of 67.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE706 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 6 -
CMYK 0.12 0 0.97 0.09
HSL 67.47º 0.95% 0.46% -
HSV(B) 67.47º 0.97% 0.91% -
XYZ 53.24 69.86 10.85 -
YUV 196.98 20.22 132.3 -
System Red Green Blue C M Y K H S L
Decimal 203 231 6 0.12 0 0.97 0.09 67.47 0.95 0.46
Hex CB E7 6 C 0 61 9 43 5F 2E
Octal 313 347 6 14 0 141 11 103 137 56
Binary 11001011 11100111 110 1100 0 1100001 1001 1000011 1011111 101110

Color Harmonies of #CBE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE706

Black with #CBE706

Text Example


Text Example

White with #CBE706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE706; }

 p { color: rgb(203,231,6); }

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

background-color css

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

 a { background-color: rgb(203,231,6); }

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

border-color css

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

 span { border-color: rgb(203,231,6); }

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