Html Css Color HEX #CBF611 Electric Lime

📋 copy color: '#CBF611'

red 203 ◦ green 246 ◦ blue 17

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

Shades of Electric Lime #CBF611

Tints of Electric Lime #CBF611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.65%

R = 43.56%
G = 52.79%
B = 3.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CBF611 (or 0xCBF611) is known color: Electric Lime. HEX triplet: CB, F6 and 11. RGB value is (203,246,17). Sum of RGB (Red+Green+Blue) = 203+246+17=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF611 is #3409EE. Grayscale: #CFCFCF. Windows color (decimal): -3410415 or 1177291. OLE color: 1177291.

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

Color convert

RGB 203 246 17 -
CMYK 0.17 0 0.93 0.04
HSL 71.27º 0.93% 0.52% -
HSV(B) 71.27º 0.93% 0.96% -
XYZ 57.69 78.65 12.67 -
YUV 207.04 20.75 125.12 -
System Red Green Blue C M Y K H S L
Decimal 203 246 17 0.17 0 0.93 0.04 71.27 0.93 0.52
Hex CB F6 11 11 0 5D 4 47 5D 34
Octal 313 366 21 21 0 135 4 107 135 64
Binary 11001011 11110110 10001 10001 0 1011101 100 1000111 1011101 110100

Color Harmonies of #CBF611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF611

Black with #CBF611

Text Example


Text Example

White with #CBF611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF611; }

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

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

background-color css

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

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

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

border-color css

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

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

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