Html Css Color HEX #C1F90C Electric Lime

📋 copy color: '#C1F90C'

red 193 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #C1F90C

Tints of Electric Lime #C1F90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 42.51%
G = 54.85%
B = 2.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#C1F90C (or 0xC1F90C) is known color: Electric Lime. HEX triplet: C1, F9 and 0C. RGB value is (193,249,12). Sum of RGB (Red+Green+Blue) = 193+249+12=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 249 (97.66% from 255 or 54.85% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F90C is #3E06F3. Grayscale: #CECECE. Windows color (decimal): -4065012 or 850369. OLE color: 850369.

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

Color convert

RGB 193 249 12 -
CMYK 0.22 0 0.95 0.02
HSL 74.18º 0.95% 0.51% -
HSV(B) 74.18º 0.95% 0.98% -
XYZ 55.93 79.12 12.67 -
YUV 205.24 18.95 119.27 -
System Red Green Blue C M Y K H S L
Decimal 193 249 12 0.22 0 0.95 0.02 74.18 0.95 0.51
Hex C1 F9 C 16 0 5F 2 4A 5F 33
Octal 301 371 14 26 0 137 2 112 137 63
Binary 11000001 11111001 1100 10110 0 1011111 10 1001010 1011111 110011

Color Harmonies of #C1F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F90C

Black with #C1F90C

Text Example


Text Example

White with #C1F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F90C; }

 p { color: rgb(193,249,12); }

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

background-color css

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

 a { background-color: rgb(193,249,12); }

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

border-color css

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

 span { border-color: rgb(193,249,12); }

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