Html Css Color HEX #C2F910 Electric Lime

📋 copy color: '#C2F910'

red 194 ◦ green 249 ◦ blue 16

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

Shades of Electric Lime #C2F910

Tints of Electric Lime #C2F910

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 42.27%
G = 54.25%
B = 3.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#C2F910 (or 0xC2F910) is known color: Electric Lime. HEX triplet: C2, F9 and 10. RGB value is (194,249,16). Sum of RGB (Red+Green+Blue) = 194+249+16=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F910 is #3D06EF. Grayscale: #CECECE. Windows color (decimal): -3999472 or 1112514. OLE color: 1112514.

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

Color convert

RGB 194 249 16 -
CMYK 0.22 0 0.94 0.02
HSL 74.16º 0.95% 0.52% -
HSV(B) 74.16º 0.94% 0.98% -
XYZ 56.22 79.26 12.83 -
YUV 205.99 20.78 119.45 -
System Red Green Blue C M Y K H S L
Decimal 194 249 16 0.22 0 0.94 0.02 74.16 0.95 0.52
Hex C2 F9 10 16 0 5E 2 4A 5F 34
Octal 302 371 20 26 0 136 2 112 137 64
Binary 11000010 11111001 10000 10110 0 1011110 10 1001010 1011111 110100

Color Harmonies of #C2F910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F910

Black with #C2F910

Text Example


Text Example

White with #C2F910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F910; }

 p { color: rgb(194,249,16); }

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

background-color css

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

 a { background-color: rgb(194,249,16); }

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

border-color css

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

 span { border-color: rgb(194,249,16); }

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