Html Css Color HEX #CBE607 Electric Lime

📋 copy color: '#CBE607'

red 203 ◦ green 230 ◦ blue 7

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

Shades of Electric Lime #CBE607

Tints of Electric Lime #CBE607

RGB

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

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

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

R = 46.14%
G = 52.27%
B = 1.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CBE607 (or 0xCBE607) is known color: Electric Lime. HEX triplet: CB, E6 and 07. RGB value is (203,230,7). Sum of RGB (Red+Green+Blue) = 203+230+7=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE607 is #3419F8. Grayscale: #C5C5C5. Windows color (decimal): -3414521 or 517835. OLE color: 517835.

HSL color Cylindrical-coordinate representation of color #CBE607: hue angle of 67.26º 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 #CBE607 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 7 -
CMYK 0.12 0 0.97 0.10
HSL 67.26º 0.94% 0.46% -
HSV(B) 67.26º 0.97% 0.9% -
XYZ 52.96 69.31 10.79 -
YUV 196.51 21.05 132.63 -
System Red Green Blue C M Y K H S L
Decimal 203 230 7 0.12 0 0.97 0.10 67.26 0.94 0.46
Hex CB E6 7 C 0 61 A 43 5E 2E
Octal 313 346 7 14 0 141 12 103 136 56
Binary 11001011 11100110 111 1100 0 1100001 1010 1000011 1011110 101110

Color Harmonies of #CBE607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE607

Black with #CBE607

Text Example


Text Example

White with #CBE607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE607; }

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

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

background-color css

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

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

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

border-color css

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

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

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