Html Css Color HEX #C4F90F Electric Lime

📋 copy color: '#C4F90F'

red 196 ◦ green 249 ◦ blue 15

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

Shades of Electric Lime #C4F90F

Tints of Electric Lime #C4F90F

RGB

 RED value IS 196 (76.95% from 255) = 42.61%

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

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

R = 42.61%
G = 54.13%
B = 3.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#C4F90F (or 0xC4F90F) is known color: Electric Lime. HEX triplet: C4, F9 and 0F. RGB value is (196,249,15). Sum of RGB (Red+Green+Blue) = 196+249+15=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F90F is #3B06F0. Grayscale: #CFCFCF. Windows color (decimal): -3868401 or 1046980. OLE color: 1046980.

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

Color convert

RGB 196 249 15 -
CMYK 0.21 0 0.94 0.02
HSL 73.59º 0.95% 0.52% -
HSV(B) 73.59º 0.94% 0.98% -
XYZ 56.73 79.52 12.81 -
YUV 206.48 19.94 120.53 -
System Red Green Blue C M Y K H S L
Decimal 196 249 15 0.21 0 0.94 0.02 73.59 0.95 0.52
Hex C4 F9 F 15 0 5E 2 4A 5F 34
Octal 304 371 17 25 0 136 2 112 137 64
Binary 11000100 11111001 1111 10101 0 1011110 10 1001010 1011111 110100

Color Harmonies of #C4F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F90F

Black with #C4F90F

Text Example


Text Example

White with #C4F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F90F; }

 p { color: rgb(196,249,15); }

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

background-color css

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

 a { background-color: rgb(196,249,15); }

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

border-color css

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

 span { border-color: rgb(196,249,15); }

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