Html Css Color HEX #CBF009 Electric Lime

📋 copy color: '#CBF009'

red 203 ◦ green 240 ◦ blue 9

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

Shades of Electric Lime #CBF009

Tints of Electric Lime #CBF009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.99%

R = 44.91%
G = 53.1%
B = 1.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#CBF009 (or 0xCBF009) is known color: Electric Lime. HEX triplet: CB, F0 and 09. RGB value is (203,240,9). Sum of RGB (Red+Green+Blue) = 203+240+9=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF009 is #340FF6. Grayscale: #CBCBCB. Windows color (decimal): -3411959 or 651467. OLE color: 651467.

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

Color convert

RGB 203 240 9 -
CMYK 0.15 0 0.96 0.06
HSL 69.61º 0.93% 0.49% -
HSV(B) 69.61º 0.96% 0.94% -
XYZ 55.84 75.04 11.8 -
YUV 202.6 18.74 128.28 -
System Red Green Blue C M Y K H S L
Decimal 203 240 9 0.15 0 0.96 0.06 69.61 0.93 0.49
Hex CB F0 9 F 0 60 6 46 5D 31
Octal 313 360 11 17 0 140 6 106 135 61
Binary 11001011 11110000 1001 1111 0 1100000 110 1000110 1011101 110001

Color Harmonies of #CBF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF009

Black with #CBF009

Text Example


Text Example

White with #CBF009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF009; }

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

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

background-color css

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

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

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

border-color css

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

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

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