Html Css Color HEX #CBE702 Electric Lime

📋 copy color: '#CBE702'

red 203 ◦ green 231 ◦ blue 2

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

Shades of Electric Lime #CBE702

Tints of Electric Lime #CBE702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 46.56%
G = 52.98%
B = 0.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#CBE702 (or 0xCBE702) is known color: Electric Lime. HEX triplet: CB, E7 and 02. RGB value is (203,231,2). Sum of RGB (Red+Green+Blue) = 203+231+2=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE702 is #3418FD. Grayscale: #C5C5C5. Windows color (decimal): -3414270 or 190411. OLE color: 190411.

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

Color convert

RGB 203 231 2 -
CMYK 0.12 0 0.99 0.09
HSL 67.34º 0.98% 0.46% -
HSV(B) 67.34º 0.99% 0.91% -
XYZ 53.22 69.85 10.74 -
YUV 196.52 18.22 132.62 -
System Red Green Blue C M Y K H S L
Decimal 203 231 2 0.12 0 0.99 0.09 67.34 0.98 0.46
Hex CB E7 2 C 0 63 9 43 62 2E
Octal 313 347 2 14 0 143 11 103 142 56
Binary 11001011 11100111 10 1100 0 1100011 1001 1000011 1100010 101110

Color Harmonies of #CBE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE702

Black with #CBE702

Text Example


Text Example

White with #CBE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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