Html Css Color HEX #C2FF0D Electric Lime

📋 copy color: '#C2FF0D'

red 194 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #C2FF0D

Tints of Electric Lime #C2FF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 41.99%
G = 55.19%
B = 2.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#C2FF0D (or 0xC2FF0D) is known color: Electric Lime. HEX triplet: C2, FF and 0D. RGB value is (194,255,13). Sum of RGB (Red+Green+Blue) = 194+255+13=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF0D is #3D00F2. Grayscale: #D2D2D2. Windows color (decimal): -3997939 or 917442. OLE color: 917442.

HSL color Cylindrical-coordinate representation of color #C2FF0D: hue angle of 75.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2FF0D is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 13 -
CMYK 0.24 0 0.95 0
HSL 75.12º 1% 0.53% -
HSV(B) 75.12º 0.95% 1% -
XYZ 58.08 83.02 13.34 -
YUV 209.17 17.29 117.18 -
System Red Green Blue C M Y K H S L
Decimal 194 255 13 0.24 0 0.95 0 75.12 1 0.53
Hex C2 FF D 18 0 5F 0 4B 64 35
Octal 302 377 15 30 0 137 0 113 144 65
Binary 11000010 11111111 1101 11000 0 1011111 0 1001011 1100100 110101

Color Harmonies of #C2FF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF0D

Black with #C2FF0D

Text Example


Text Example

White with #C2FF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF0D; }

 p { color: rgb(194,255,13); }

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

background-color css

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

 a { background-color: rgb(194,255,13); }

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

border-color css

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

 span { border-color: rgb(194,255,13); }

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