Html Css Color HEX #CBEF04 Electric Lime

📋 copy color: '#CBEF04'

red 203 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #CBEF04

Tints of Electric Lime #CBEF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 45.52%
G = 53.59%
B = 0.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CBEF04 (or 0xCBEF04) is known color: Electric Lime. HEX triplet: CB, EF and 04. RGB value is (203,239,4). Sum of RGB (Red+Green+Blue) = 203+239+4=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF04 is #3410FB. Grayscale: #CACACA. Windows color (decimal): -3412220 or 323531. OLE color: 323531.

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

Color convert

RGB 203 239 4 -
CMYK 0.15 0 0.98 0.06
HSL 69.19º 0.97% 0.48% -
HSV(B) 69.19º 0.98% 0.94% -
XYZ 55.52 74.44 11.56 -
YUV 201.45 16.57 129.11 -
System Red Green Blue C M Y K H S L
Decimal 203 239 4 0.15 0 0.98 0.06 69.19 0.97 0.48
Hex CB EF 4 F 0 62 6 45 61 30
Octal 313 357 4 17 0 142 6 105 141 60
Binary 11001011 11101111 100 1111 0 1100010 110 1000101 1100001 110000

Color Harmonies of #CBEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF04

Black with #CBEF04

Text Example


Text Example

White with #CBEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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