Html Css Color HEX #CBEF02 Electric Lime

📋 copy color: '#CBEF02'

red 203 ◦ green 239 ◦ blue 2

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

Shades of Electric Lime #CBEF02

Tints of Electric Lime #CBEF02

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.83%

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

R = 45.72%
G = 53.83%
B = 0.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#CBEF02 (or 0xCBEF02) is known color: Electric Lime. HEX triplet: CB, EF and 02. RGB value is (203,239,2). Sum of RGB (Red+Green+Blue) = 203+239+2=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF02 is #3410FD. Grayscale: #CACACA. Windows color (decimal): -3412222 or 192459. OLE color: 192459.

HSL color Cylindrical-coordinate representation of color #CBEF02: hue angle of 69.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBEF02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 2 -
CMYK 0.15 0 0.99 0.06
HSL 69.11º 0.98% 0.47% -
HSV(B) 69.11º 0.99% 0.94% -
XYZ 55.51 74.43 11.5 -
YUV 201.22 15.57 129.27 -
System Red Green Blue C M Y K H S L
Decimal 203 239 2 0.15 0 0.99 0.06 69.11 0.98 0.47
Hex CB EF 2 F 0 63 6 45 62 2F
Octal 313 357 2 17 0 143 6 105 142 57
Binary 11001011 11101111 10 1111 0 1100011 110 1000101 1100010 101111

Color Harmonies of #CBEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF02

Black with #CBEF02

Text Example


Text Example

White with #CBEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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