Html Css Color HEX #CBE207 Electric Lime

📋 copy color: '#CBE207'

red 203 ◦ green 226 ◦ blue 7

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

Shades of Electric Lime #CBE207

Tints of Electric Lime #CBE207

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.83%

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 46.56%
G = 51.83%
B = 1.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CBE207 (or 0xCBE207) is known color: Electric Lime. HEX triplet: CB, E2 and 07. RGB value is (203,226,7). Sum of RGB (Red+Green+Blue) = 203+226+7=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE207 is #341DF8. Grayscale: #C3C3C3. Windows color (decimal): -3415545 or 516811. OLE color: 516811.

HSL color Cylindrical-coordinate representation of color #CBE207: hue angle of 66.3º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE207 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 7 -
CMYK 0.10 0 0.97 0.11
HSL 66.3º 0.94% 0.46% -
HSV(B) 66.3º 0.97% 0.89% -
XYZ 51.86 67.1 10.42 -
YUV 194.16 22.38 134.31 -
System Red Green Blue C M Y K H S L
Decimal 203 226 7 0.10 0 0.97 0.11 66.3 0.94 0.46
Hex CB E2 7 A 0 61 B 42 5E 2E
Octal 313 342 7 12 0 141 13 102 136 56
Binary 11001011 11100010 111 1010 0 1100001 1011 1000010 1011110 101110

Color Harmonies of #CBE207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE207

Black with #CBE207

Text Example


Text Example

White with #CBE207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE207; }

 p { color: rgb(203,226,7); }

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

background-color css

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

 a { background-color: rgb(203,226,7); }

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

border-color css

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

 span { border-color: rgb(203,226,7); }

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