Html Css Color HEX #CBE701 Electric Lime

📋 copy color: '#CBE701'

red 203 ◦ green 231 ◦ blue 1

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

Shades of Electric Lime #CBE701

Tints of Electric Lime #CBE701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 46.67%
G = 53.1%
B = 0.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#CBE701 (or 0xCBE701) is known color: Electric Lime. HEX triplet: CB, E7 and 01. RGB value is (203,231,1). Sum of RGB (Red+Green+Blue) = 203+231+1=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE701 is #3418FE. Grayscale: #C5C5C5. Windows color (decimal): -3414271 or 124875. OLE color: 124875.

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

Color convert

RGB 203 231 1 -
CMYK 0.12 0 1.00 0.09
HSL 67.3º 0.99% 0.45% -
HSV(B) 67.3º 1% 0.91% -
XYZ 53.21 69.85 10.71 -
YUV 196.41 17.72 132.7 -
System Red Green Blue C M Y K H S L
Decimal 203 231 1 0.12 0 1.00 0.09 67.3 0.99 0.45
Hex CB E7 1 C 0 64 9 43 63 2D
Octal 313 347 1 14 0 144 11 103 143 55
Binary 11001011 11100111 1 1100 0 1100100 1001 1000011 1100011 101101

Color Harmonies of #CBE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE701

Black with #CBE701

Text Example


Text Example

White with #CBE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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