Html Css Color HEX #CBFE04 Electric Lime

📋 copy color: '#CBFE04'

red 203 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #CBFE04

Tints of Electric Lime #CBFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.1%

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

R = 44.03%
G = 55.1%
B = 0.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CBFE04 (or 0xCBFE04) is known color: Electric Lime. HEX triplet: CB, FE and 04. RGB value is (203,254,4). Sum of RGB (Red+Green+Blue) = 203+254+4=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE04 is #3401FB. Grayscale: #D3D3D3. Windows color (decimal): -3408380 or 327371. OLE color: 327371.

HSL color Cylindrical-coordinate representation of color #CBFE04: hue angle of 72.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBFE04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 254 4 -
CMYK 0.20 0 0.98 0.00
HSL 72.24º 0.99% 0.51% -
HSV(B) 72.24º 0.98% 1% -
XYZ 60.09 83.59 13.08 -
YUV 210.25 11.6 122.83 -
System Red Green Blue C M Y K H S L
Decimal 203 254 4 0.20 0 0.98 0.00 72.24 0.99 0.51
Hex CB FE 4 14 0 62 0 48 63 33
Octal 313 376 4 24 0 142 0 110 143 63
Binary 11001011 11111110 100 10100 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CBFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE04

Black with #CBFE04

Text Example


Text Example

White with #CBFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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