Html Css Color HEX #CBEF00 Electric Lime

📋 copy color: '#CBEF00'

red 203 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #CBEF00

Tints of Electric Lime #CBEF00

RGB

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

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

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

R = 45.93%
G = 54.07%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#CBEF00 (or 0xCBEF00) is known color: Electric Lime. HEX triplet: CB, EF and 00. RGB value is (203,239,0). Sum of RGB (Red+Green+Blue) = 203+239+0=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF00 is #3410FF. Grayscale: #C9C9C9. Windows color (decimal): -3412224 or 61387. OLE color: 61387.

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

Color convert

RGB 203 239 0 -
CMYK 0.15 0 1 0.06
HSL 69.04º 1% 0.47% -
HSV(B) 69.04º 1% 0.94% -
XYZ 55.5 74.43 11.44 -
YUV 200.99 14.57 129.43 -
System Red Green Blue C M Y K H S L
Decimal 203 239 0 0.15 0 1 0.06 69.04 1 0.47
Hex CB EF 0 F 0 64 6 45 64 2F
Octal 313 357 0 17 0 144 6 105 144 57
Binary 11001011 11101111 0 1111 0 1100100 110 1000101 1100100 101111

Color Harmonies of #CBEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF00

Black with #CBEF00

Text Example


Text Example

White with #CBEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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