Html Css Color HEX #C1F20F Electric Lime

📋 copy color: '#C1F20F'

red 193 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #C1F20F

Tints of Electric Lime #C1F20F

RGB

 RED value IS 193 (75.78% from 255) = 42.89%

 GREEN value IS 242 (94.92% from 255) = 53.78%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 42.89%
G = 53.78%
B = 3.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#C1F20F (or 0xC1F20F) is known color: Electric Lime. HEX triplet: C1, F2 and 0F. RGB value is (193,242,15). Sum of RGB (Red+Green+Blue) = 193+242+15=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F20F is #3E0DF0. Grayscale: #CACACA. Windows color (decimal): -4066801 or 1045185. OLE color: 1045185.

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

Color convert

RGB 193 242 15 -
CMYK 0.20 0 0.94 0.05
HSL 72.95º 0.9% 0.5% -
HSV(B) 72.95º 0.94% 0.95% -
XYZ 53.83 74.88 12.07 -
YUV 201.47 22.77 121.96 -
System Red Green Blue C M Y K H S L
Decimal 193 242 15 0.20 0 0.94 0.05 72.95 0.9 0.5
Hex C1 F2 F 14 0 5E 5 49 5A 32
Octal 301 362 17 24 0 136 5 111 132 62
Binary 11000001 11110010 1111 10100 0 1011110 101 1001001 1011010 110010

Color Harmonies of #C1F20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F20F

Black with #C1F20F

Text Example


Text Example

White with #C1F20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F20F; }

 p { color: rgb(193,242,15); }

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

background-color css

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

 a { background-color: rgb(193,242,15); }

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

border-color css

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

 span { border-color: rgb(193,242,15); }

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