Html Css Color HEX #CDF318 Electric Lime

📋 copy color: '#CDF318'

red 205 ◦ green 243 ◦ blue 24

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

Shades of Electric Lime #CDF318

Tints of Electric Lime #CDF318

RGB

 RED value IS 205 (80.47% from 255) = 43.43%

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 43.43%
G = 51.48%
B = 5.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CDF318 (or 0xCDF318) is known color: Electric Lime. HEX triplet: CD, F3 and 18. RGB value is (205,243,24). Sum of RGB (Red+Green+Blue) = 205+243+24=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF318 is #320CE7. Grayscale: #CFCFCF. Windows color (decimal): -3280104 or 1635277. OLE color: 1635277.

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

Color convert

RGB 205 243 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.41º 0.9% 0.52% -
HSV(B) 70.41º 0.9% 0.95% -
XYZ 57.39 77.15 12.73 -
YUV 206.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 205 243 24 0.16 0 0.90 0.05 70.41 0.9 0.52
Hex CD F3 18 10 0 5A 5 46 5A 34
Octal 315 363 30 20 0 132 5 106 132 64
Binary 11001101 11110011 11000 10000 0 1011010 101 1000110 1011010 110100

Color Harmonies of #CDF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF318

Black with #CDF318

Text Example


Text Example

White with #CDF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF318; }

 p { color: rgb(205,243,24); }

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

background-color css

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

 a { background-color: rgb(205,243,24); }

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

border-color css

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

 span { border-color: rgb(205,243,24); }

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