Html Css Color HEX #CBFF04 Electric Lime

📋 copy color: '#CBFF04'

red 203 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #CBFF04

Tints of Electric Lime #CBFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 43.94%
G = 55.19%
B = 0.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CBFF04 (or 0xCBFF04) is known color: Electric Lime. HEX triplet: CB, FF and 04. RGB value is (203,255,4). Sum of RGB (Red+Green+Blue) = 203+255+4=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF04 is #3400FB. Grayscale: #D3D3D3. Windows color (decimal): -3408124 or 327627. OLE color: 327627.

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

Color convert

RGB 203 255 4 -
CMYK 0.20 0 0.98 0
HSL 72.43º 1% 0.51% -
HSV(B) 72.43º 0.98% 1% -
XYZ 60.41 84.23 13.19 -
YUV 210.84 11.27 122.41 -
System Red Green Blue C M Y K H S L
Decimal 203 255 4 0.20 0 0.98 0 72.43 1 0.51
Hex CB FF 4 14 0 62 0 48 64 33
Octal 313 377 4 24 0 142 0 110 144 63
Binary 11001011 11111111 100 10100 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CBFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFF04

Black with #CBFF04

Text Example


Text Example

White with #CBFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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