Html Css Color HEX #C1F30E Electric Lime

📋 copy color: '#C1F30E'

red 193 ◦ green 243 ◦ blue 14

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

Shades of Electric Lime #C1F30E

Tints of Electric Lime #C1F30E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 42.89%
G = 54%
B = 3.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#C1F30E (or 0xC1F30E) is known color: Electric Lime. HEX triplet: C1, F3 and 0E. RGB value is (193,243,14). Sum of RGB (Red+Green+Blue) = 193+243+14=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F30E is #3E0CF1. Grayscale: #CACACA. Windows color (decimal): -4066546 or 979905. OLE color: 979905.

HSL color Cylindrical-coordinate representation of color #C1F30E: hue angle of 73.1º degrees, saturation: 0.91, 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 #C1F30E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 243 14 -
CMYK 0.21 0 0.94 0.05
HSL 73.1º 0.91% 0.5% -
HSV(B) 73.1º 0.94% 0.95% -
XYZ 54.12 75.47 12.13 -
YUV 201.94 21.94 121.62 -
System Red Green Blue C M Y K H S L
Decimal 193 243 14 0.21 0 0.94 0.05 73.1 0.91 0.5
Hex C1 F3 E 15 0 5E 5 49 5B 32
Octal 301 363 16 25 0 136 5 111 133 62
Binary 11000001 11110011 1110 10101 0 1011110 101 1001001 1011011 110010

Color Harmonies of #C1F30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F30E

Black with #C1F30E

Text Example


Text Example

White with #C1F30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F30E; }

 p { color: rgb(193,243,14); }

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

background-color css

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

 a { background-color: rgb(193,243,14); }

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

border-color css

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

 span { border-color: rgb(193,243,14); }

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