Html Css Color HEX #CBF306 Electric Lime

📋 copy color: '#CBF306'

red 203 ◦ green 243 ◦ blue 6

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

Shades of Electric Lime #CBF306

Tints of Electric Lime #CBF306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.76%

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

R = 44.91%
G = 53.76%
B = 1.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CBF306 (or 0xCBF306) is known color: Electric Lime. HEX triplet: CB, F3 and 06. RGB value is (203,243,6). Sum of RGB (Red+Green+Blue) = 203+243+6=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF306 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF306 is #340CF9. Grayscale: #CCCCCC. Windows color (decimal): -3411194 or 455627. OLE color: 455627.

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

Color convert

RGB 203 243 6 -
CMYK 0.16 0 0.98 0.05
HSL 70.13º 0.95% 0.49% -
HSV(B) 70.13º 0.98% 0.95% -
XYZ 56.71 76.81 12.01 -
YUV 204.02 16.25 127.27 -
System Red Green Blue C M Y K H S L
Decimal 203 243 6 0.16 0 0.98 0.05 70.13 0.95 0.49
Hex CB F3 6 10 0 62 5 46 5F 31
Octal 313 363 6 20 0 142 5 106 137 61
Binary 11001011 11110011 110 10000 0 1100010 101 1000110 1011111 110001

Color Harmonies of #CBF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF306

Black with #CBF306

Text Example


Text Example

White with #CBF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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