Html Css Color HEX #CBEF01 Electric Lime

📋 copy color: '#CBEF01'

red 203 ◦ green 239 ◦ blue 1

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

Shades of Electric Lime #CBEF01

Tints of Electric Lime #CBEF01

RGB

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

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

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

R = 45.82%
G = 53.95%
B = 0.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#CBEF01 (or 0xCBEF01) is known color: Electric Lime. HEX triplet: CB, EF and 01. RGB value is (203,239,1). Sum of RGB (Red+Green+Blue) = 203+239+1=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF01 is #3410FE. Grayscale: #CACACA. Windows color (decimal): -3412223 or 126923. OLE color: 126923.

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

Color convert

RGB 203 239 1 -
CMYK 0.15 0 1.00 0.06
HSL 69.08º 0.99% 0.47% -
HSV(B) 69.08º 1% 0.94% -
XYZ 55.5 74.43 11.47 -
YUV 201.1 15.07 129.35 -
System Red Green Blue C M Y K H S L
Decimal 203 239 1 0.15 0 1.00 0.06 69.08 0.99 0.47
Hex CB EF 1 F 0 64 6 45 63 2F
Octal 313 357 1 17 0 144 6 105 143 57
Binary 11001011 11101111 1 1111 0 1100100 110 1000101 1100011 101111

Color Harmonies of #CBEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF01

Black with #CBEF01

Text Example


Text Example

White with #CBEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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