Html Css Color HEX #CBF006 Electric Lime

📋 copy color: '#CBF006'

red 203 ◦ green 240 ◦ blue 6

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

Shades of Electric Lime #CBF006

Tints of Electric Lime #CBF006

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 45.21%
G = 53.45%
B = 1.34%

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

#CBF006 (or 0xCBF006) is known color: Electric Lime. HEX triplet: CB, F0 and 06. RGB value is (203,240,6). Sum of RGB (Red+Green+Blue) = 203+240+6=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF006 is #340FF9. Grayscale: #CBCBCB. Windows color (decimal): -3411962 or 454859. OLE color: 454859.

HSL color Cylindrical-coordinate representation of color #CBF006: hue angle of 69.49º degrees, saturation: 0.95, 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 #CBF006 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 6 -
CMYK 0.15 0 0.98 0.06
HSL 69.49º 0.95% 0.48% -
HSV(B) 69.49º 0.98% 0.94% -
XYZ 55.82 75.03 11.71 -
YUV 202.26 17.24 128.53 -
System Red Green Blue C M Y K H S L
Decimal 203 240 6 0.15 0 0.98 0.06 69.49 0.95 0.48
Hex CB F0 6 F 0 62 6 45 5F 30
Octal 313 360 6 17 0 142 6 105 137 60
Binary 11001011 11110000 110 1111 0 1100010 110 1000101 1011111 110000

Color Harmonies of #CBF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF006

Black with #CBF006

Text Example


Text Example

White with #CBF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF006; }

 p { color: rgb(203,240,6); }

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

background-color css

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

 a { background-color: rgb(203,240,6); }

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

border-color css

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

 span { border-color: rgb(203,240,6); }

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