Html Css Color HEX #CBE507 Electric Lime

📋 copy color: '#CBE507'

red 203 ◦ green 229 ◦ blue 7

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

Shades of Electric Lime #CBE507

Tints of Electric Lime #CBE507

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.16%

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

R = 46.24%
G = 52.16%
B = 1.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CBE507 (or 0xCBE507) is known color: Electric Lime. HEX triplet: CB, E5 and 07. RGB value is (203,229,7). Sum of RGB (Red+Green+Blue) = 203+229+7=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE507 is #341AF8. Grayscale: #C4C4C4. Windows color (decimal): -3414777 or 517579. OLE color: 517579.

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

Color convert

RGB 203 229 7 -
CMYK 0.11 0 0.97 0.10
HSL 67.03º 0.94% 0.46% -
HSV(B) 67.03º 0.97% 0.9% -
XYZ 52.69 68.75 10.69 -
YUV 195.92 21.39 133.05 -
System Red Green Blue C M Y K H S L
Decimal 203 229 7 0.11 0 0.97 0.10 67.03 0.94 0.46
Hex CB E5 7 B 0 61 A 43 5E 2E
Octal 313 345 7 13 0 141 12 103 136 56
Binary 11001011 11100101 111 1011 0 1100001 1010 1000011 1011110 101110

Color Harmonies of #CBE507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE507

Black with #CBE507

Text Example


Text Example

White with #CBE507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE507; }

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

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

background-color css

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

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

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

border-color css

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

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

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