Html Css Color HEX #CCF90F Electric Lime

📋 copy color: '#CCF90F'

red 204 ◦ green 249 ◦ blue 15

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

Shades of Electric Lime #CCF90F

Tints of Electric Lime #CCF90F

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

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

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

R = 43.59%
G = 53.21%
B = 3.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CCF90F (or 0xCCF90F) is known color: Electric Lime. HEX triplet: CC, F9 and 0F. RGB value is (204,249,15). Sum of RGB (Red+Green+Blue) = 204+249+15=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF90F is #3306F0. Grayscale: #D1D1D1. Windows color (decimal): -3344113 or 1046988. OLE color: 1046988.

HSL color Cylindrical-coordinate representation of color #CCF90F: hue angle of 71.54º 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 #CCF90F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 15 -
CMYK 0.18 0 0.94 0.02
HSL 71.54º 0.95% 0.52% -
HSV(B) 71.54º 0.94% 0.98% -
XYZ 58.86 80.62 12.91 -
YUV 208.87 18.59 124.53 -
System Red Green Blue C M Y K H S L
Decimal 204 249 15 0.18 0 0.94 0.02 71.54 0.95 0.52
Hex CC F9 F 12 0 5E 2 48 5F 34
Octal 314 371 17 22 0 136 2 110 137 64
Binary 11001100 11111001 1111 10010 0 1011110 10 1001000 1011111 110100

Color Harmonies of #CCF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF90F

Black with #CCF90F

Text Example


Text Example

White with #CCF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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