Html Css Color HEX #CBF604 Electric Lime

📋 copy color: '#CBF604'

red 203 ◦ green 246 ◦ blue 4

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

Shades of Electric Lime #CBF604

Tints of Electric Lime #CBF604

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.3%

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

R = 44.81%
G = 54.3%
B = 0.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CBF604 (or 0xCBF604) is known color: Electric Lime. HEX triplet: CB, F6 and 04. RGB value is (203,246,4). Sum of RGB (Red+Green+Blue) = 203+246+4=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF604 is #3409FB. Grayscale: #CECECE. Windows color (decimal): -3410428 or 325323. OLE color: 325323.

HSL color Cylindrical-coordinate representation of color #CBF604: hue angle of 70.66º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF604 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 4 -
CMYK 0.17 0 0.98 0.04
HSL 70.66º 0.97% 0.49% -
HSV(B) 70.66º 0.98% 0.96% -
XYZ 57.61 78.62 12.25 -
YUV 205.56 14.25 126.18 -
System Red Green Blue C M Y K H S L
Decimal 203 246 4 0.17 0 0.98 0.04 70.66 0.97 0.49
Hex CB F6 4 11 0 62 4 47 61 31
Octal 313 366 4 21 0 142 4 107 141 61
Binary 11001011 11110110 100 10001 0 1100010 100 1000111 1100001 110001

Color Harmonies of #CBF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF604

Black with #CBF604

Text Example


Text Example

White with #CBF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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