Html Css Color HEX #CCF314 Electric Lime

📋 copy color: '#CCF314'

red 204 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #CCF314

Tints of Electric Lime #CCF314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 43.68%
G = 52.03%
B = 4.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CCF314 (or 0xCCF314) is known color: Electric Lime. HEX triplet: CC, F3 and 14. RGB value is (204,243,20). Sum of RGB (Red+Green+Blue) = 204+243+20=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF314 is #330CEB. Grayscale: #CECECE. Windows color (decimal): -3345644 or 1373132. OLE color: 1373132.

HSL color Cylindrical-coordinate representation of color #CCF314: hue angle of 70.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF314 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 20 -
CMYK 0.16 0 0.92 0.05
HSL 70.49º 0.9% 0.52% -
HSV(B) 70.49º 0.92% 0.95% -
XYZ 57.08 76.99 12.51 -
YUV 205.92 23.08 126.63 -
System Red Green Blue C M Y K H S L
Decimal 204 243 20 0.16 0 0.92 0.05 70.49 0.9 0.52
Hex CC F3 14 10 0 5C 5 46 5A 34
Octal 314 363 24 20 0 134 5 106 132 64
Binary 11001100 11110011 10100 10000 0 1011100 101 1000110 1011010 110100

Color Harmonies of #CCF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF314

Black with #CCF314

Text Example


Text Example

White with #CCF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF314; }

 p { color: rgb(204,243,20); }

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

background-color css

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

 a { background-color: rgb(204,243,20); }

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

border-color css

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

 span { border-color: rgb(204,243,20); }

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