Html Css Color HEX #CBE600 Electric Lime

📋 copy color: '#CBE600'

red 203 ◦ green 230 ◦ blue 0

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

Shades of Electric Lime #CBE600

Tints of Electric Lime #CBE600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.88%
G = 53.12%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#CBE600 (or 0xCBE600) is known color: Electric Lime. HEX triplet: CB, E6 and 00. RGB value is (203,230,0). Sum of RGB (Red+Green+Blue) = 203+230+0=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE600 is #3419FF. Grayscale: #C4C4C4. Windows color (decimal): -3414528 or 59083. OLE color: 59083.

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

Color convert

RGB 203 230 0 -
CMYK 0.12 0 1 0.10
HSL 67.04º 1% 0.45% -
HSV(B) 67.04º 1% 0.9% -
XYZ 52.93 69.29 10.58 -
YUV 195.71 17.55 133.2 -
System Red Green Blue C M Y K H S L
Decimal 203 230 0 0.12 0 1 0.10 67.04 1 0.45
Hex CB E6 0 C 0 64 A 43 64 2D
Octal 313 346 0 14 0 144 12 103 144 55
Binary 11001011 11100110 0 1100 0 1100100 1010 1000011 1100100 101101

Color Harmonies of #CBE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE600

Black with #CBE600

Text Example


Text Example

White with #CBE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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