Html Css Color HEX #C6EF0D Electric Lime

📋 copy color: '#C6EF0D'

red 198 ◦ green 239 ◦ blue 13

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

Shades of Electric Lime #C6EF0D

Tints of Electric Lime #C6EF0D

RGB

 RED value IS 198 (77.73% from 255) = 44%

 GREEN value IS 239 (93.75% from 255) = 53.11%

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 44%
G = 53.11%
B = 2.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#C6EF0D (or 0xC6EF0D) is known color: Electric Lime. HEX triplet: C6, EF and 0D. RGB value is (198,239,13). Sum of RGB (Red+Green+Blue) = 198+239+13=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EF0D is #3910F2. Grayscale: #C9C9C9. Windows color (decimal): -3739891 or 913350. OLE color: 913350.

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

Color convert

RGB 198 239 13 -
CMYK 0.17 0 0.95 0.06
HSL 70.88º 0.9% 0.49% -
HSV(B) 70.88º 0.95% 0.94% -
XYZ 54.23 73.77 11.76 -
YUV 200.98 21.92 125.88 -
System Red Green Blue C M Y K H S L
Decimal 198 239 13 0.17 0 0.95 0.06 70.88 0.9 0.49
Hex C6 EF D 11 0 5F 6 47 5A 31
Octal 306 357 15 21 0 137 6 107 132 61
Binary 11000110 11101111 1101 10001 0 1011111 110 1000111 1011010 110001

Color Harmonies of #C6EF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EF0D

Black with #C6EF0D

Text Example


Text Example

White with #C6EF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EF0D; }

 p { color: rgb(198,239,13); }

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

background-color css

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

 a { background-color: rgb(198,239,13); }

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

border-color css

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

 span { border-color: rgb(198,239,13); }

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