Html Css Color HEX #CBF906 Electric Lime

📋 copy color: '#CBF906'

red 203 ◦ green 249 ◦ blue 6

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

Shades of Electric Lime #CBF906

Tints of Electric Lime #CBF906

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.37%

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

R = 44.32%
G = 54.37%
B = 1.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CBF906 (or 0xCBF906) is known color: Electric Lime. HEX triplet: CB, F9 and 06. RGB value is (203,249,6). Sum of RGB (Red+Green+Blue) = 203+249+6=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF906 is #3406F9. Grayscale: #D0D0D0. Windows color (decimal): -3409658 or 457163. OLE color: 457163.

HSL color Cylindrical-coordinate representation of color #CBF906: hue angle of 71.36º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF906 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 6 -
CMYK 0.18 0 0.98 0.02
HSL 71.36º 0.95% 0.5% -
HSV(B) 71.36º 0.98% 0.98% -
XYZ 58.54 80.46 12.62 -
YUV 207.54 14.26 124.76 -
System Red Green Blue C M Y K H S L
Decimal 203 249 6 0.18 0 0.98 0.02 71.36 0.95 0.5
Hex CB F9 6 12 0 62 2 47 5F 32
Octal 313 371 6 22 0 142 2 107 137 62
Binary 11001011 11111001 110 10010 0 1100010 10 1000111 1011111 110010

Color Harmonies of #CBF906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF906

Black with #CBF906

Text Example


Text Example

White with #CBF906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF906; }

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

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

background-color css

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

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

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

border-color css

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

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

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