Html Css Color HEX #C1F919 Electric Lime

📋 copy color: '#C1F919'

red 193 ◦ green 249 ◦ blue 25

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

Shades of Electric Lime #C1F919

Tints of Electric Lime #C1F919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.35%

R = 41.33%
G = 53.32%
B = 5.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#C1F919 (or 0xC1F919) is known color: Electric Lime. HEX triplet: C1, F9 and 19. RGB value is (193,249,25). Sum of RGB (Red+Green+Blue) = 193+249+25=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F919 is #3E06E6. Grayscale: #CFCFCF. Windows color (decimal): -4064999 or 1702337. OLE color: 1702337.

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

Color convert

RGB 193 249 25 -
CMYK 0.22 0 0.90 0.02
HSL 75º 0.95% 0.54% -
HSV(B) 75º 0.9% 0.98% -
XYZ 56.04 79.16 13.25 -
YUV 206.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 193 249 25 0.22 0 0.90 0.02 75 0.95 0.54
Hex C1 F9 19 16 0 5A 2 4B 5F 36
Octal 301 371 31 26 0 132 2 113 137 66
Binary 11000001 11111001 11001 10110 0 1011010 10 1001011 1011111 110110

Color Harmonies of #C1F919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F919

Black with #C1F919

Text Example


Text Example

White with #C1F919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F919; }

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

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

background-color css

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

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

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

border-color css

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

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

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